[LONGITUDINAL]
input = {parameter = {a, b}, 
         regressor = {x} }
EQUATION:
if x==1
  df = a
else
  df = b
end
t0  = 0
f_0 = 0
ddt_f = df
